Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / LegacyClipboardCopyCommand Class / LegacyClipboardCopyCommand Constructor / LegacyClipboardCopyCommand Constructor(Worksheet,Reference[],ManipulationOptions,Boolean)
The processing GrapeCity.Spreadsheet.Worksheet object.
An array of GrapeCity.Spreadsheet.Reference objects to represent the ranges of cells to be processed
Indicates which type of data to handle.


In This Topic
    LegacyClipboardCopyCommand Constructor(Worksheet,Reference[],ManipulationOptions,Boolean)
    In This Topic
    Initializes a new instance of the LegacyClipboardCopyCommand class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal worksheet As Worksheet, _
       ByVal references() As Reference, _
       ByVal manipulationOptions As ManipulationOptions, _
       Optional ByVal fromCutting As Boolean _
    )
    'Usage
     
    
    Dim worksheet As Worksheet
    Dim references() As Reference
    Dim manipulationOptions As ManipulationOptions
    Dim fromCutting As Boolean
     
    Dim instance As New LegacyClipboardCopyCommand(worksheet, references, manipulationOptions, fromCutting)

    Parameters

    worksheet
    The processing GrapeCity.Spreadsheet.Worksheet object.
    references
    An array of GrapeCity.Spreadsheet.Reference objects to represent the ranges of cells to be processed
    manipulationOptions
    Indicates which type of data to handle.
    fromCutting
    See Also